Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C++
1) Algorithm
2) Basics
3) Bitset
4) Class
5) Console
6) Data Structure
7) Data Type
8) Deque
9) Development
10) File
11) Function
12) Generic
13) Language
14) List
15) Map Multimap
16) Overload
17) Pointer
18) Qt
19) Queue Stack
20) Set Multiset
21) String
22) Valarray
23) Vector
Pointer
1) A base pointer to access derived objects
2) Assign the public object member address to a pointer
3) Comparing Pointer Addresses
4) Declares a pointer and then outputs its value without first assigning
5) Decrementing a Pointer for int value
6) Demonstrate an auto_ptr
7) Demonstrates the use of auto_ptr
8) use the address operator to assign the address of a variable to a pointer
9) Incrementing a Pointer
10) Incrementing and decrementing an object pointer
11) Index a pointer as if it were an array
12) Indirection Operator and Dereferencing
13) Null Pointers
14) Pointer as a Variable
15) Pointers to Class Members
16) Pointers to Objects
17) Prints the values and addresses of variables
18) Returning a pointer
19) The actual data type of the value of all pointers is the same
20) The Array Name as a Constant Pointer
21) The name of the array is a constant pointer
22) Using a reference parameter for class type
23) Using a Variable Pointer to Point to an Array
24) Using array name as a constant pointer
25) When a pointer is incremented, it points to the next element of its type